home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / misc / rsp37_3.lha / ClickMe_to_Install < prev    next >
Encoding:
Text File  |  1994-11-25  |  935 b   |  25 lines

  1. version >nil: exec.library 37
  2. if not warn
  3.  echo "Copying executable to c: ... " noline
  4.  copy rshell-protector c:
  5.  echo "OK"
  6.  if exists s:user-startup
  7.   echo "Adding commands to user-startup ... " noline
  8.   echo >> s:user-startup ";BEGIN RSHELL-PROTECTOR"
  9.   echo >> s:user-startup "run <> NIL: rshell-protector REMOTE"
  10.   echo >> s:user-startup ";END RSHELL-PROTECTOR"
  11.   echo "OK"
  12.  else
  13.   echo "Could not find s:user-startup!*nPlease edit the startup-scripts yourself."
  14.  endif
  15.  if `requestchoice Install "Create a shell-startup-file*nfor CNet BBS?" Yes No` eq 1
  16.   echo > s:CNetShell-Startup "execute s:shell-startup*nset REMOTE 1"
  17.  endif
  18.  if `requestchoice Install "Do you want to start RSP right now?" Yep! "No Way!"` eq 1
  19.   run <> nil: c:rshell-protector REMOTE
  20.  endif
  21.  echo "Installation complete.*nReboot your Amiga to activate the program!"
  22. else
  23.  echo "OS2.04 (V37) is required to run RShell-Protector!*nInstallation aborted."
  24. endif
  25.